
		Como usar Thingy32...



Cmo usarlo?
Coloca en una carpeta las tres tablas y el thingy.
Abre thingy, carga tu rom y dos tablas.

-Para buscar un texto:
Pulsa "B", escribe el texto y pulsa "intro".

-Para editar un texto:
Colocate en el principio, pulsa "espacio", avanza hasta el final, vuelve a pulsar "espacio" y en la ventanita que saldr escrbelo y pulsa despus "intro".




how do I use thingy?
Put in a carpet the three tables and thingy.
Open thingy, load your rom and two tables.

-To seek a text:
Press "B", write the text and press "intro".

-To edit a text
Position you in the beginning, press "space", walk to the end, press other time "space" and in the new window write what you want and press "intro".




Significado de la tabla comandos.tbl:
comandos.tbl's meaning:

Tabla	Byte	Comando

 	00	nop
Y	01	true, nop...
.	02	end
<-	03	return
>'	04	call (+ 4bytes/pointer)
>.	05	goto (+ 4bytes/pointer)
If	06	if _ goto (+ 4bytes/pointer)
if	07	if _ call (+ 4bytes/pointer)
!	08	end of a pointer
v	09	callstd (+1byte)
Sms	0F	Message (after 'Sms' always '00'+ 4bytes/pointer)
Lasres	800D	LASTRESUL

    Variables
Vs	16	set variable
Vk	19	copy variable
V	1A	copy variable if not zero

?	21	compare
**	25	special
*'	26	special 2
"	28	pause (+2bytes)

    Flags
Fs	29	set flag (+ 2bytes/flag)
F-	2A	clear flag (+ 2bytes/flag)
Fc	2B	checkflag (+ 2bytes/flag + if/If)

Cry	30	cry
->	39	warp (+bank +map +index)

    Items/Objects
I-	45	take item (take an object)
Ic	47	check item (+ compare + if/If)

>_	4F	applymovement (+2bytes/index + pointer)
Del	53	deletes a overworld sprite (+ 2bytes/index)
:)	5A	faceplayer
Bat	5C	trainerbattle
Jin	69	jingle
Loc	6A	lock
_!	6B	second byte of a customized offset (pointer=aa bb _! !)
Rel	6C	release
Mul	6F	multi
Ps	79	givepokemon
Lasres	800D	LASTRESULT
Fad	97	fadescreen
	
     Weather
Ws	A4	set weather
Wk	A5	do weather

-a	FA	Different ends
-b	FB	"
-c	FC	"
-d	FD	"
-e	FE	Movement end
_	FF	Text end, player movement (>_ _), free space...




						Serg!o